projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6558e2
)
Correct typos, enhance comments.
author
Alan Mackenzie
<acm@muc.de>
Sun, 27 Jan 2008 17:02:06 +0000
(17:02 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sun, 27 Jan 2008 17:02:06 +0000
(17:02 +0000)
lisp/progmodes/cc-engine.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-engine.el
b/lisp/progmodes/cc-engine.el
index 2a224d956d193907854404bb40b20c80f549d877..929b000b83f758cf9be4cd022d5dd8d910417951 100644
(file)
--- a/
lisp/progmodes/cc-engine.el
+++ b/
lisp/progmodes/cc-engine.el
@@
-5874,7
+5874,7
@@
comment at the start of cc-engine.el for more info."
(setq c-record-type-identifiers save-rec-type-ids
c-record-ref-identifiers save-rec-ref-ids)
nil))))
-
\f
+
(defun c-forward-label (&optional assume-markup preceding-token-end limit)
;; Assuming that point is at the beginning of a token, check if it starts a
;; label and if so move over it and return non-nil (t in default situations,